home *** CD-ROM | disk | FTP | other *** search
/ Clickx 34 / Clickx 34.iso / assets / software / BufferZoneIM.msi / Cabs.w1.cab / ClientGUI.exe / 0 / RCDATA / TPROGVIEWWIN / TPROGVIEWWIN.txt
Encoding:
Text File  |  2006-11-09  |  1.1 KB  |  55 lines

  1. object ProgViewWin: TProgViewWin
  2.   Left = 192
  3.   Top = 109
  4.   Width = 753
  5.   Height = 551
  6.   Caption = 'ProgViewWin'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   WindowState = wsMaximized
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object MainPanel: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 745
  23.     Height = 524
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     inline ProgViewFrame1: TProgViewFrame
  28.       Left = 0
  29.       Top = 0
  30.       Width = 745
  31.       Height = 524
  32.       Align = alClient
  33.       TabOrder = 0
  34.       inherited Splitter1: TSplitter
  35.         Top = 429
  36.         Width = 745
  37.       end
  38.       inherited ListView: TAdvListView
  39.         Width = 745
  40.         Height = 429
  41.       end
  42.       inherited Panel3: TPanel
  43.         Top = 431
  44.         Width = 745
  45.         inherited DetailsLV: TAdvListView
  46.           Width = 613
  47.         end
  48.         inherited Panel2: TPanel
  49.           Left = 613
  50.         end
  51.       end
  52.     end
  53.   end
  54. end
  55.